![]() | ![]() | ![]() | ![]() |
In SAS® Drug Development 4.3.2 when using an indirect LIBNAME statement, in SAS code any data set referenced as either an input or an output are listed in the Inputs and Outputs tab of the SAS® Session editor. Details such as Location, Date, and Size might be missing, and the library might be incorrect.
If the same code is executed within a Job, any data set referenced as inputs or outputs are not listed in the Job Manifest.
To see this behavior run this sample code in SAS® Drug Development:
libname mylib "some path";
libname mylib1 (mylib);
data dsname;
set mylib1.dsname;
run;
Or:
libname mylib2 ("some path 1” “some path 2” “some path 3");
data dsname;
set mylib2.dsname;
run;
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Drug Development | Linux for x64 | 4.5.2 | 4.5.3 | 9.4 TS1M1 | 9.4 TS1M1 |